/* --- General ---------------------------------------------------------------------------------------------------------------- */
.stage-banner__link, .stage-banner__link:hover, .stage-banner__link:focus  {
    color:#fff;
    text-decoration: none;
}
.stage-banner {
    width: 972px;
    height: 416px;
    display: block;
    background-color: #e8e8e8;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.stage-banner h1, .stage-banner h2, .stage-banner h3, .stage-banner p {
    color:#fff;
}
.stage-banner__bar-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.stage-banner__bar{
    color: #fff;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
}
.stage-banner__bar .stage-banner__headline {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.stage-banner__bar .stage-banner__text {
    font-size: 20px;
    font-weight: 100;
    margin: 0;
}
.stage-banner__text-wrapper {
    width: 520px;
    height: 90px;
    background-color: #2E4DA7;
    display: table;
    float: left;
}
.stage-banner__text-box {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0px 10px 45px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.stage-banner__text-triangle {
    width: 0;
    height: 0;
    border-right: 140px solid transparent;
    border-bottom: 90px solid #2E4DA7;
    position: absolute;
    left: 520px;
    background-color:#fff;
}
.stage-banner__button-wrapper {
    width: 452px;
    height: 90px;
    text-align: center;
    background-color:#fff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 110px;
}
.stage-banner__button {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color:#fff;
    background-color: #589E11;
    padding: 9px 25px 11px;
    border-radius: 4px;
    max-width: 232px;
    position: relative;
    z-index: 2;
    -webkit-transition: background-color 0.25s, box-shadow 0.5s;
    transition: background-color 0.25s, box-shadow 0.5s;
}
.stage-banner__button:hover {
    text-decoration: none;
    color:#fff;
    background-color: #7DB642;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.25s, box-shadow 0.25s;
    transition: background-color 0.25s, box-shadow 0.25s;
}
.stage-banner__button:active, .stage-banner__button:focus  {
    text-decoration: none;
    color:#fff;
    background-color: #40720D;
    -webkit-transition: background-color 0.25s, box-shadow 0.25s;
    transition: background-color 0.25s, box-shadow 0.25s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
p.stage-banner__additional-text {
    color: #1f1f1f;
    position: absolute;
    top: 260px;
    left: 45px;
    font-size: 15px;
}
/* --- Brand - Banner ---------------------------------------------------------------------------------------------------------------- */
.stage-banner__product-image {
    line-height: 25px;
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    pointer-events: none;
}
.stage-banner__product-category {
    position: absolute;
    color:  #000;
    font-size: 12px;
    padding: 10px;
    z-index: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.stage-banner__product-category span.stick-left {
    margin-left: -10px;
}
.stage-banner__product-category span.stick-right {
    margin-right: -10px;
}
.stage-banner__product-category span:last-child {
    font-weight: bold;
}
.stage-banner__product-wrapper:hover .stage-banner__product-image, .stage-banner__product-wrapper:hover .rotate-max {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.stage-banner__product-wrapper:hover .rotate-min {
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.stage-banner__product-wrapper:hover .stage-banner__product-category {
    font-size: 14px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.stage-banner__product-wrapper:hover .stage-banner__product-image.rotate-right {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.stage-banner__product-wrapper:hover .stage-banner__product-image.rotate-min.rotate-right {
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}
.stage-banner__brand-logo-box {
    position: absolute;
    width: 480px;
    bottom: 78px;
}
.stage-banner__brand-logo-wrapper {
    width: 340px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    position: relative;
}
.stage-banner__brand-logo-wrapper img {
    max-width: 250px;
}
.stage-banner__brand-logo {
    max-height: 45px;
}
.stage-banner__brand-logo-big {
    max-height: 60px;
}
.stage-banner__brand-logo-triangle {
    width: 0;
    height: 0;
    border-right: 140px solid transparent;
    border-bottom: 90px solid #fff;
    position: absolute;
    top: 0;
    left: 340px;
    z-index: 1;
}
.stage-banner__brand-logo-shadow {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,1);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,1);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 1);
    width: 490px;
    height: 2px;
    background:transparent;
    margin-top: -2px;
    margin-left: -10px;
}
.stage-banner__brand-logo-shadow.shadow-2 {
    position: absolute;
    bottom: 88px;
    z-index: 0;
    width: 350px;
    -webkit-box-shadow: 4px 1px 8px 0px rgb(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 1px 8px 0px rgb(0, 0, 0, 0.5);
    box-shadow: 4px 1px 8px 0px rgb(0, 0, 0, 0.5);
}
.stage-banner__brand-logo-shadow.shadow-3 {
    position: absolute;
    left: 345px;
    bottom: 38px;
    transform: rotate(-147.5deg);
    z-index: 0;
    width: 150px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.5);
}
.stage-banner--brand .stage-banner__text-box {
    padding-top: 20px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.stage-banner__product-badge {
    position: absolute;
    min-width: 118px;
    background-color: #000000;
    padding: 8px 16px 9px 16px;
    font-size: 18px;  
    color: white; 
    text-align: center;
  }
/* --- Category-Banner ---------------------------------------------------------------------------------------------------------------- */
.stage-banner--category .stage-banner__content {
    width: 972px;
    height: 416px;
    display: block;
    background-color: #e8e8e8;
    background-size: contain;
    background-repeat: no-repeat;
}
/* --- Intro-Banner ---------------------------------------------------------------------------------------------------------------- */
.stage-banner--intro .stage-banner__content {
    padding: 36px 45px;
    text-shadow: 0px 2px 8px 
    rgba(0, 0, 0, 0.30);
}
.stage-banner__url {
    font-size: 25px;
    font-weight: 300;
    margin: 0px 0px 46px 0px;
}
.stage-banner--intro .stage-banner__headline {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    margin: 0;
}
.stage-banner--intro .stage-banner__subheadline {
    font-size: 30px;
    font-weight: 100;
    line-height: 36px;
    margin-top: 5px;
    display: block;
}
.stage-banner--intro .stage-banner__button-wrapper {
    width: auto;
    height: auto;
    text-align: left;
    background-color: transparent;
    display: block;
    padding-left: 0;
    position: absolute;
    bottom: 36px;
}
.stage-banner--intro .stage-banner__button {
    font-size: 18px;
    padding: 14px 32px;
    -webkit-box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.2);
}
.stage-banner__button-info {
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0px 0px 0px;
}
/* --- Account-Banner ---------------------------------------------------------------------------------------------------------------- */
.stage-banner--account .stage-banner__content {
    background-repeat: no-repeat;
    background-size: auto 326px;
    background-position: top right;
    background-color: #fff;
}
.stage-banner--account .stage-banner__info {
    color: #000;
    width: 410px;
    height: 221px;
    padding: 80px 10px 25px 45px;
    background-color: #fff;
}
.stage-banner--account .stage-banner__info h1, .stage-banner--account .stage-banner__info h2, .stage-banner--account .stage-banner__info h3, .stage-banner--account .stage-banner__info p {
    color: #000;
}
.stage-banner--account .stage-banner__info .stage-banner__headline {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 50px 0;
}
.stage-banner--account .stage-banner__info .stage-banner__subheadline {
    font-size: 20px;
    font-weight: 100;
    display: block;
}
.stage-banner__list-wrapper {
    width: 530px;
    z-index: 1;
    position: relative;
}
.stage-banner__list-wrapper ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    list-style: none;
}
.stage-banner__list-left li {
    padding-right: 25px;
}
.stage-banner__list-wrapper li {
    display: table;
    margin-bottom: 12px;
    line-height: 18px;
}
.stage-banner__list-wrapper li::before {
    content: ' ';
    background-image: url("https://cdn2.hubspot.net/hubfs/2248975/Stage%20Banner/Account-Banner/check-icon.svg");
    height: 16px;
    width: 16px;
    display: table-cell;
    padding-right: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
}
.stage-banner__clear {
    clear: both;
}
.stage-banner__info-triangle-top {
    width: 0;
    height: 0;
    border-right: 158px solid transparent;
    border-top: 102px solid #FFF;
    position: absolute;
    top: 0;
    left: 465px;
}
.stage-banner__info-triangle-bottom {
    width: 0;
    height: 0;
    border-right: 347px solid transparent;
    border-bottom: 224px solid #FFF;
    position: absolute;
    top: 102px;
    left: 465px;
}
.stage-banner__hint-wrapper {
    position: absolute;
    left: 465px;
    top: 50px;
    z-index: 200;
    background: #2E4DA7;
    height: 105px;
    width: 105px;
    border-radius: 50%;
    border: 4px solid #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    line-height: 18px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    display: table;
}
.stage-banner__hint {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 2px;
}
.stage-banner__hint--highlight {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin: 8px 0 4px 0;
}
.stage-banner__hint--small {
    font-size: 12px;
}
.stage-banner--account .stage-banner__text {
    font-size: 14px;
}
/* --- Badge (Special Deal) ---------------------------------------------------------------------------------------------------------------- */
.stage-banner__badge-wrapper {
    width: 342px;
    text-align: center;
    position: absolute;
    right: 0;
}
.stage-banner__badge {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 17px 14px 17px;
    background-color: #2E4DA7;
    border: 3px solid #fff;
    border-top: 0px;
    border-radius: 0px 0px 8px 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.stage-banner__badge--highlight {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}